X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=blobdiff_plain;f=includes%2Flibs%2Frdbms%2Flbfactory%2FILBFactory.php;h=f6d080e4f0258992a25cf304f46041562bccdfd1;hb=6d72643e24f6a2ab96c1e3e3b8b5f3b758107d9f;hp=4cfa542466ed8708432d4ebe7e1412aa3c8d7c7f;hpb=be80e2614cfd0dd56eda32edb93d368aee58a729;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/rdbms/lbfactory/ILBFactory.php b/includes/libs/rdbms/lbfactory/ILBFactory.php index 4cfa542466..f6d080e4f0 100644 --- a/includes/libs/rdbms/lbfactory/ILBFactory.php +++ b/includes/libs/rdbms/lbfactory/ILBFactory.php @@ -239,7 +239,7 @@ interface ILBFactory { * - cluster : wait on the given external load balancer DBs * - timeout : Max wait time. Default: ~60 seconds * - ifWritesSince: Only wait if writes were done since this UNIX timestamp - * @throws DBReplicationWaitError If a timeout or error occured waiting on a DB cluster + * @throws DBReplicationWaitError If a timeout or error occurred waiting on a DB cluster */ public function waitForReplication( array $opts = [] );